home *** CD-ROM | disk | FTP | other *** search
/ PC World 2003 May / PCWorld_2003-05_cd.bin / Software / Komercni / razdva / razdva.exe / scripts / DefineButton2_205 / BUTTONCONDACTION on(release).as
Text File  |  2003-04-10  |  158b  |  10 lines

  1. on(release){
  2.    i = 1;
  3.    while(3 >= i)
  4.    {
  5.       _root.bonus["text" + i]._visible = false;
  6.       i++;
  7.    }
  8.    _root.bonus.text1._visible = true;
  9. }
  10.